home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / code / cert / trk3_eg / fmdrgdrp / opt2 / invent.exe / SOFTWARE.INV / Utilities@part.json < prev   
Encoding:
JavaScript Object Notation  |  1993-08-20  |  201 b 

  1. {
  2.     "schema": {
  3.         "PartNo": "Long Integer",
  4.         "Description": "Text (80)",
  5.         "Price": "Currency"
  6.     },
  7.     "data": [
  8.         {
  9.             "PartNo": 3000,
  10.             "Description": "Norton Utility",
  11.             "Price": 100
  12.         },
  13.         {
  14.             "PartNo": 3001,
  15.             "Description": "Stackler",
  16.             "Price": 99
  17.         }
  18.     ]
  19. }